System – A list of modular system controls.
MInit()
This will initialize the entire modular system. This should be called at the beginning of the program.
MInit_Custom(imagepoolstart)
This will do what MInit() does, but MFont will use image/sprite indexes at a given number, not 1000.
MDebug()
This is a debug panel to give system metrics. Use this if you are having problems with the system. It might give you some useful information.
MDictionary_Enable()
Enables the auto-complete system. If “dictionary.txt” is present in the program directory then it will load the contents. Otherwise the system will set itself to disabled. Textbox can also override this to disable auto-complete where not desired, such as in File Saver.
MDictionary_Disable()
Disables the auto-complete system. This will override textbox settings to enable auto-complete.